home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Hity z okladki / NovaPDF Pinter Lite 2 / novapl_15.exe / install_script.iss
Text File  |  2006-09-14  |  5KB  |  78 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=novaPDF Printer Lite 2
  5. AppVerName=novaPDF Printer Lite 2.5
  6. AppId=novaPDF Printer Lite 2
  7. AppPublisher=Softland
  8. AppPublisherURL=http://www.novapdf.com
  9. AppSupportURL=http://www.novapdf.com
  10. AppUpdatesURL=http://www.novapdf.com
  11. DefaultDirName={pf}\Softland\novaPDF Printer Lite 2
  12. DefaultGroupName=novaPDF Printer Lite 2
  13. OutputBaseFilename=novapl
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.rtf
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\novapdfl2.chm"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: ignoreversion 
  23. Source: "{tmp}\novapdfl2.chm"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  24. Source: "{app}\novainl2.exe"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: ignoreversion 
  25. Source: "{tmp}\novainl2.exe"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  26. Source: "{tmp}\novacll2.exe"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  27. Source: "{tmp}\nvactxl2.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  28. Source: "{tmp}\novamnl2.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  29. Source: "{tmp}\novamil2.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  30. Source: "{tmp}\novaprl2.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  31. Source: "{tmp}\novauil2.dll"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  32. Source: "{tmp}\noval2.ctm"; DestDir: "{tmp}"; MinVersion: 5.0,5.0; Flags: deleteafterinstall ignoreversion 
  33. Source: "{app}\noval2.ctm"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: ignoreversion 
  34. Source: "{app}\novapi2.dll"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: regserver regtypelib ignoreversion 
  35. Source: "{app}\readme.txt"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: ignoreversion 
  36. Source: "{app}\uninstall.ico"; DestDir: "{app}"; MinVersion: 5.0,5.0; Flags: ignoreversion 
  37. Source: "{app}\License.rtf"; DestDir: "{app}"; MinVersion: 5.0,5.0; 
  38. Source: "{sys}\msvcp60.dll"; DestDir: "{sys}"; MinVersion: 5.0,5.0; Flags: uninsneveruninstall onlyifdoesntexist 
  39.  
  40. [Registry]
  41. Root: HKLM; Subkey: "Software\Softland"; MinVersion: 5.0,5.0; Flags: uninsdeletekeyifempty 
  42. Root: HKLM; Subkey: "Software\Softland\novaPDF Lite 2"; MinVersion: 5.0,5.0; Flags: uninsdeletekeyifempty 
  43. Root: HKLM; Subkey: "Software\Softland\novaPDF Lite 2"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue 
  44. Root: HKLM; Subkey: "Software\Softland\novaPDF Lite 2"; ValueName: "RegisterName"; ValueType: String; ValueData: "{code:GetRegisterName}"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue 
  45. Root: HKLM; Subkey: "Software\Softland\novaPDF Lite 2"; ValueName: "RegisterKey"; ValueType: String; ValueData: "{code:GetRegisterKey}"; MinVersion: 5.0,5.0; Flags: uninsdeletevalue 
  46.  
  47. [Run]
  48. Filename: "{tmp}\novainl2.exe"; Parameters: "-install -name ""{code:GetPrinterName}"" {code:GetDefaultPrinterOption} -nolog"; StatusMsg: "Installing ""{code:GetPrinterName}"" printer. This could take several minutes. Please wait."; MinVersion: 5.0,5.0; 
  49.  
  50. [UninstallRun]
  51. Filename: "{app}\novainl2.exe"; Parameters: "-uninstall -name ""{code:GetPrinterName}"" -askReason -nolog"; StatusMsg: "Uninstalling ""{code:GetPrinterName}"" printer. This could take several minutes. Please wait."; MinVersion: 5.0,5.0; 
  52.  
  53. [Icons]
  54. Name: "{group}\novaPDF Printer Lite 2 Help"; Filename: "{app}\novapdfl2.chm"; MinVersion: 5.0,5.0; 
  55. Name: "{group}\Frequently Asked Questions"; Filename: "http://www.novapdf.com/frequently-asked-questions.php"; MinVersion: 5.0,5.0; 
  56. Name: "{group}\novaPDF Printer Lite 2 Readme"; Filename: "{app}\readme.txt"; MinVersion: 5.0,5.0; 
  57. Name: "{group}\novaPDF Printer Lite 2 License"; Filename: "{app}\License.rtf"; MinVersion: 5.0,5.0; 
  58. Name: "{group}\{cm:UninstallProgram,novaPDF Printer Lite 2}"; Filename: "{uninstallexe}"; IconFilename: "{app}\uninstall.ico"; MinVersion: 5.0,5.0; 
  59.  
  60. [UninstallDelete]
  61. Type: files; Name: "{group}\Get Free Registration Key.lnk"; 
  62.  
  63. [CustomMessages]
  64. default.NameAndVersion=%1 version %2
  65. default.AdditionalIcons=Additional icons:
  66. default.CreateDesktopIcon=Create a &desktop icon
  67. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  68. default.ProgramOnTheWeb=%1 on the Web
  69. default.UninstallProgram=Uninstall %1
  70. default.LaunchProgram=Launch %1
  71. default.AssocFileExtension=&Associate %1 with the %2 file extension
  72. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  73.  
  74. [Languages]
  75. ; These files are stubs
  76. ; To achieve better results after recompilation, use the real language files
  77. Name: "default"; MessagesFile: "embedded\default.isl"; 
  78.